Skip to content

feat: add music analyze command#7

Merged
sweetmantech merged 4 commits intomainfrom
feature/music-analyze-command
Mar 4, 2026
Merged

feat: add music analyze command#7
sweetmantech merged 4 commits intomainfrom
feature/music-analyze-command

Conversation

@sidneyswift
Copy link
Copy Markdown
Contributor

Adds recoup music analyze command for music analysis via the Music Flamingo model.

Usage

# Text-only question
recoup music analyze "What are the characteristics of jazz?"

# With audio URL
recoup music analyze "Describe this track" --audio https://example.com/song.mp3

# Control output length
recoup music analyze "What key?" --audio https://example.com/song.mp3 --max-tokens 256

# Raw JSON output
recoup music analyze "Describe this." --json

Files

  • src/commands/music.ts — Command implementation
  • src/bin.ts — Registered music command
  • __tests__/commands/music.test.ts — 6 tests

Build ✅ | 45 tests passing ✅

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Feb 20, 2026

Warning

Rate limit exceeded

@sidneyswift has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 14 minutes and 10 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

📥 Commits

Reviewing files that changed from the base of the PR and between 71f74a6 and 6587a87.

📒 Files selected for processing (3)
  • __tests__/commands/songs.test.ts
  • src/bin.ts
  • src/commands/songs.ts
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch feature/music-analyze-command

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

- recoup music analyze <prompt> — custom prompt mode
- recoup music analyze --preset <name> --audio <url> — preset mode
- recoup music analyze --preset full_report --audio <url> — full report
- recoup music presets — list available presets
- --json flag for raw JSON output

Tests: 49 passing (10 music tests)
Build: ✅
@sidneyswift sidneyswift force-pushed the feature/music-analyze-command branch from d16ee80 to 17d6c08 Compare February 20, 2026 08:11
@sweetmantech sweetmantech merged commit 07e2b85 into main Mar 4, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants